home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / SNNSV32.ZIP / SNNSv3.2 / xgui / sources / d3_anageo.ph < prev    next >
Encoding:
Text File  |  1994-04-25  |  1.5 KB  |  56 lines

  1. /*****************************************************************************
  2.   FILE           : d3_anageo.ph
  3.   SHORTNAME      : anageo.ph
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : private header for d3_anageo.c
  7.   NOTES          : all functions will be exported
  8.  
  9.   AUTHOR        : Ralf Huebner
  10.   DATE          : 1.12.1991
  11.  
  12.   CHANGED BY     : Sven Doering
  13.   IDENTIFICATION : @(#)d3_anageo.ph    1.7 3/2/94
  14.   SCCS VERSION   : 1.7
  15.   LAST CHANGE    : 3/2/94
  16.  
  17.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  18.  
  19. ******************************************************************************/
  20. #ifndef _D3_ANAGEO_DEFINED_
  21. #define _D3_ANAGEO_DEFINED_
  22. /* begin global definition section */
  23.  
  24. void d3_transMatrix (matrix, vector);
  25. void d3_scaleMatrix (matrix, vector);
  26. void d3_multMatrix (matrix, matrix, matrix);
  27. void d3_multMatrixVector (vector, matrix, vector);
  28. void d3_normalVector (vector, vector, vector, vector);
  29. void d3_rotateCube (cube, vector, cube);
  30. void d3_shiftCube (cube, cube, float, float);
  31. void d3_shiftVector (vector, vector, float, float);
  32. void d3_projection (cube, vector, cube);
  33. void d3_rotateMatrix (matrix, vector);
  34.  
  35.  
  36. /* end global definition section */
  37.  
  38. /* begin private definition section */
  39.  
  40. static void e_matrix (matrix m);
  41. static void d3_rotateXmatrix (matrix, float);
  42. static void d3_rotateYmatrix (matrix, float);
  43. static void d3_rotateZmatrix (matrix, float);
  44.  
  45. #ifdef _UNUSED_UNCTIONS_
  46.  
  47. static void d3_showVector (vector);
  48.  
  49. #endif /* _UNUSED_FUNCTIONS_ */
  50.  
  51. /* end private definition section */
  52.  
  53. #endif
  54. /* end of file */
  55. /* lines:  */
  56.